Revert bad change to route reader in Ozi.
authorrobertl <robertl>
Tue, 10 Jan 2006 21:15:00 +0000 (21:15 +0000)
committerrobertl <robertl>
Tue, 10 Jan 2006 21:15:00 +0000 (21:15 +0000)
ozi.c

diff --git a/ozi.c b/ozi.c
index 31cf3fc03cded4d2f81024179e67a7c1ad63e11c..8b8543e12ffb64d7208a879ed214b367f973c6d4 100644 (file)
--- a/ozi.c
+++ b/ozi.c
@@ -535,7 +535,7 @@ ozi_parse_routepoint(int field, char *str, waypoint * wpt_tmp)
         break;
     case 13:
         /* description */
-        wpt_tmp->description = csv_stringclean(str, BADCHARS);
+        wpt_tmp->description = csv_stringclean(str, ",");
         break;
     default:
         break;